home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / amiga.readme next >
Text File  |  2000-05-17  |  1KB  |  28 lines

  1. 18 May 2000
  2.    This is version 7.1 of John Walker's SpeakFreely Voice-Over-IP program.
  3. This Amiga version was compiled by Brian Donahue (brian@tigger1.demon.co.uk)
  4. AHI audio code supplied by AHI author Martin Blom. He's the MAN!!!
  5.  
  6. What you need:
  7.    An Amiga (duh!)
  8.    68040 CPU with FPU (I'm afraid anything less simply won't do)
  9.    IXEMUL.LIBRARY (available from Aminet or finer fishmongers)
  10.    IXNET.LIBRARY
  11.    A FULL-DUPLEX sound card
  12.    A parallel port sampler, if you don't have a soundcard
  13.    AHI (Audio Hardware Interface)
  14.  
  15. Why AHI?
  16.    It makes ports like this possible. I couldn't have done this using
  17. audio.device without re-writing the whole program, don't you know.
  18.  
  19. Software notes:
  20.    I am not a programmer, so these might come in handy for someone who
  21. actually knows what they're doing...
  22.    Compiler: gcc -m68040 -m68881 -lncurses -lm
  23.    External stuff: You need the Geek Gadgets ncurses developer package
  24.    to compile this.
  25.  
  26.    AHI sampling rates are set at 8000Hz, good enough for voice.
  27.  
  28.